home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / clues2.mmm / 00054_Script_54 < prev    next >
Text File  |  1995-03-01  |  345b  |  20 lines

  1. global currClue
  2.  
  3. getClue()
  4.  
  5. set currClue = currClue + 1
  6. if currClue = 1 then
  7.   go to frame "c1"
  8. else if currClue = 2 then
  9.   go to frame "c2"
  10. else if currClue = 3 then
  11.   go to frame "c3"
  12. else if currClue = 4 then
  13.   go to frame "c4"
  14. else if currClue = 5 then
  15.   go to frame "c5"
  16. else
  17.   go to frame "c6"
  18.   set currClue = 0
  19. end if
  20.